﻿html,
body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333333;
    min-width: 1426px;
}
[v-cloak]{
    display: none;
}

input {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.cl {
    clear: both;
}

.head {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000000;
}

.head_nav {
    width: 1200px;
    margin: 0 auto;
    color: #ffffff;
}

.head_nav ul {
    margin: 0;
    padding: 0;
}

.head_nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    float: left;
    position: relative;
    color: #bbb
}

.head_nav a {
    color: #bbb;
}

.head_nav ul li a:hover {
    color: #ff6e00
}

.sec_nav {
    display: none;
    z-index: 99;
    background: #ffffff;
    border: 1px solid #000;
    top: 39px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0px;
}

.sec_nav a {
    display: block;
    line-height: 30px;
    color: #333333;
    text-align: center;
}

.sec_nav a:hover {
    color: #ff6e00;
}

.head_logo {
    width: 1400px;
    height: 60px;
    text-align: left;
    margin: 0 auto;
}

.head_logo_image {
    height: 50px;
    margin-top: 10px;
}

.banner {
    width: 1400px;
    height: 100px;
    display: block;
    margin: 10px auto;
    background: url("../images/banner.png")
}

.position {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    width: 1200px;
    text-align: left;
    margin: 0 auto;
}

.position a {
    margin-right: 10px;
}

.position span {
    margin-left: 10px
}

h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.article_body {
    width: 1200px;
    margin: 0 auto;
}

.article_list {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}

.article_image {
    float: left;
    width: 120px;
    height: 120px;
    margin: 10px 0;
}

.article_image img {
    width: 120px;
    height: 120px;
}

.article_content {
    width: 1260px;
    float: left;
    margin-left: 10px;
    text-align: left;
    margin: 10px;
}

.article_title {
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.article_title a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article_detail {
    width: 100%;
    height: 75px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.send_time {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

.send_time .reade_more {
    float: right;
    color: #ff6e00;
}

.detail {
    width: 1400px;
    margin: 0 auto;
    display: block;
}

.detail .title {
    height: 50px;
    line-height: 50px;
}

.detail_send_time {
    color: #999;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #d5d5d5;
}

.detail_content {
    width: 1380px;
    margin: 20px auto;
    line-height: 25px;
    text-align: left;
}


/*轮播图*/

.wntx_header_loop_play {
    width: 100%;
    overflow: hidden;
    position: relative
}

.wntx_header_loop_play ul {
    width: 70000px;
    margin: 0;
    padding: 0;
}

.wntx_header_loop_play ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 700px;
    text-align: center;
}

.wntx_header_loop_play ul li img {
    width: 100%;
}

.wntx_header_loop_play_index {
    position: relative;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

.wntx_header_loop_play_index span {
    display: block;
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 80px;
    margin: 0 auto;
    z-index: 9999;
    top: -60px;
    text-align: center;
}

.wntx_header_loop_play_index span a {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #FFF;
    border-radius: 50%;
    float: left;
    margin-left: 4px;
}

.wntx_header_loop_play_index span .active {
    border: 1px solid #06F;
}

.wntx_header_loop_play .wntx_top_left_bar {
    position: absolute;
    z-index: 999;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    display: block;
    left: 0px;
    cursor: pointer;
}

.wntx_header_loop_play .wntx_top_right_bar {
    position: absolute;
    z-index: 999;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    display: block;
    right: 0px;
    cursor: pointer;
}

.second_banner {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.second_banner span.more {
    position: absolute;
    width: 60px;
    height: 20px;
    display: block;
    top: 20px;
    right: 0px;
    background: url("../images/more.png") no-repeat center right;
    background-size: 20px;
}

.sencond_room_content {
    width: 1400px;
    margin: 0 auto;
    display: block;
    overflow: auto;
}

.sencond_room_content ul {
    margin: 0;
    padding: 0;
}

.sencond_room_content li {
    margin: 0;
    padding: 0;
    height: 480px;
    list-style: none;
    list-style-type: none;
    width: 335px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

.sencond_room_content li.first {
    margin-left: 0px;
}

.sencond_room_content li div.room_img {
    width: 335px;
    height: 335px;
    overflow: hidden;
}

.sencond_room_content li div.room_img img {
    width: 335px;
    height: 335px;
}

.sencond_room_content li div.room_title {
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.sencond_room_content li div.house-info {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    height: 20px;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
}

.sencond_room_content li div.address {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    height: 20px;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
}

.sencond_room_content li div.follow-info {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    height: 20px;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
}

.sencond_room_content li div.price-info {
    width: 90%;
    margin: 0 auto;
    text-align: right;
    height: 30px;
    line-height: 30px;
    color: #ff6e00;
    font-weight: bold;
}

.middle {
    width: 1400px;
    margin: 20px auto;
    overflow: auto;
    box-sizing: border-box;
}

.room_baike {
    width: 980px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
}

.room_ask {
    width: 400px;
    float: right;
}

.baike_list {
    width: 96%;
    height: 150px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}

.baike_image {
    float: left;
    width: 120px;
    height: 120px;
    margin: 10px 0;
}

.baike_image img {
    width: 120px;
    height: 120px;
}

.baike_content {
    width: 794px;
    float: left;
    margin-left: 10px;
    text-align: left;
    margin: 10px;
}

.baike_title {
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.baike_title a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.baike_detail {
    width: 100%;
    height: 75px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.baike_banner {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    background: #f5f5f5;
}

.ask_list {
    width: 100%;
}

.ask_list a {
    display: block;
    text-align: left;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot {
    width: 100%;
    background: #000000;
    overflow: auto;
}

.foot_top {
    width: 100%;
    height: 20px;
    margin: 0 auto;
}

.foot_body {
    margin: 10px auto;
    color: #ffffff;
    width: 1400px;
    text-align: center;
}

.foot_body a {
    color: #ffffff;
    margin-left: 10px;
}

.copyright {
    color: #ffffff;
    margin: 20px auto;
    text-align: center;
}

.search {
    margin-top: 15px;
    position: relative;
}

.search .search_text {
    width: 802px;
    height: 46px;
    border-radius: 4px 0 0 4px;
    border: solid 1px #0168B7;
    text-indent: 20px;
}

.search .ssda {
    width: 140px;
    height: 46px;
    background-color: #0168B7;
    border-radius: 0px 4px 4px 0px;
    font-size: 18px;
    color: #ffffff;
    vertical-align: top;
    position: relative;
    right: 5px;
}

.search .tw {
    width: 140px;
    height: 46px;
    background-color: #f6be0e;
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    margin-left: 4px;
    vertical-align: top;
    text-indent: 25px;
}

.search #search_list_wd {
    box-shadow: 1px 2px 10px #999;
    position: absolute;
    z-index: 19;
    background: #fff;
    top: 46px;
    width: 574px;
    margin: 0 auto;
}

.search input[type=button] {
    cursor: pointer;
}

.search img {
    position: absolute;
    top: 14px;
    right: 131px;
}

.tw {
    text-align: left;
}

.search #search_list_wd {
    box-shadow: 1px 2px 10px #999;
    position: absolute;
    z-index: 19;
    background: #fff;
    top: 46px;
    width: 574px;
    margin: 0 auto;
    outline: none;
}

p {
    margin: 0;
    padding: 0;
}

.question_body {
    padding: 20px 0;
    padding-bottom: 0px;
    border-top: 1px solid #f5f5f5;
    margin: 20px auto;
    margin-bottom: 10px;
}

.question_left {
    width: 75%;
    float: left;
    text-align: left;
}

.question {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

.answer {
    margin: 10px auto;
    color: #000;
    font-size: 14px;
}


/*
.answer a{
 	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
	
	}
	*/

.question_right {
    width: 24%;
    float: right;
}

.answer_num {
    height: 80px;
    width: 80px;
    line-height: 110px;
    background: #f5f5f5 url(../images/zx2.png) no-repeat center 20px;
    margin: 10px auto;
    border-radius: 50%;
}

.mengceng {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

.login_body {
    width: 380px;
    height: 400px;
    background: #fff;
    z-index: 99999;
    border: 1px solid #999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -190px;
    border-radius: 5px;
    display: none;
}

.login_title {
    height: 40px;
    line-height: 40px;
    width: 80%;
    margin: 20px auto;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.agent_ts {
    width: 380px;
    height: 180px;
    background: #fff;
    z-index: 99999;
    border: 1px solid #999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -190px;
    border-radius: 5px;
    display: none;
}

.agent_ts div.login_title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #0168B7
}

.agent_ts div.content div {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    display: block;
    line-height: 40px;
    font-size: 18px;
}

.input_body {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    position: relative;
}

.input_body input {
    width: 96%;
    border: none;
    outline: none;
}

.input_body span.getcaptha {
    display: block;
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 140px;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    right: 1px;
    top: 10px;
}

.borderB {
    border-bottom: 1px solid #e0e0e0;
}

.sub_body {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 50px;
    line-height: 50px;
    border: none;
}

.sub_body .login_btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin: 10px auto;
    color: #FFF;
    background: #06F;
    border-radius: 5px;
}

.cwts {
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    position: absolute;
    z-index: 99999;
    background: #f00;
    padding: 2px 6px;
    left: 0;
    top: 0;
    color: #fff;
}

.ds_content {
    padding: 0px 15px;
    background: url(../images/black.png) repeat;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    z-index: 999;
    top: 50%;
    color: #fff;
    display: block;
    position: fixed;
    left: 50%;
    height: 50px;
    line-height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 50%;
    display: none;
}

.page {
    width: 90%;
    margin: 10px auto;
    text-align: center;
}

.page span {
    display: inline-block;
    background: #0168B7;
    color: #fff;
    border-radius: 2px;
    padding: 4px 8px;
    margin: 6px;
}

.page a {
    display: inline-block;
    border: 1px solid #999;
    color: #000;
    border-radius: 2px;
    padding: 4px 8px;
    margin: 6px;
}

.detail img {
    max-width: 90%;
}

.head .head_nav ul li a i.app-icon {
    width: 11px;
    background-image: url(../../room/images/index/app_icon.png);
    vertical-align: sub;
}

.header .nav ul li a i.saas-icon {
    width: 17px;
    background-image: url(../../room/images/index/saas_icon.png);
    vertical-align: sub;
}

.head .head_nav .app-download {
    display: none;
    position: absolute;
    top: 38px;
    margin-left: -64px;
    text-align: center;
    z-index: 20;
    width: 206px;
    height: 264px;
    padding-top: 48px;
    box-sizing: border-box;
    background: url(../../room/images/nav/app_download_bg.png);
}

.head .head_nav .app-tab:hover .app-download {
    display: block;
}

.head .head_nav .app-download .app-code {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background: url(../../room/images/erweima.png);
    background-size: 100%;
}

.head .head_nav .app-download .tips {
    color: #424242;
    line-height: 14px;
    margin-top: 16px;
}

.head .head_nav .app-download .slogan {
    font-size: 12px;
    line-height: 12px;
    color: #666;
    margin-top: 8px;
}

.header .wrap-ico {
    margin: 140px auto 0;
    width: 528px;
    height: 60px;
    text-align: center;
    background-image: url(../../room/images/index/banner_text.png);
    background-repeat: no-repeat;
    background-size: auto 60px;
}

.wtbanner {
    width: 100%;
    height: 559px;
    background: url(../images/bg-wt.jpg) no-repeat center center;
}

.wt_div {
    width: 1000px;

    background:#fff url(../images/bottom_bg.png) no-repeat  center bottom;
    margin: 0 auto;
    position: relative;
    margin-top: -320px;
    padding-bottom: 20px;
}

.wt_content {
    padding: 0 125px;
}

.wt_head {
    height: 50px;
}

.wt_bottom {
    height: 50px;
    background: #Fff;
    display: block;
}

.wt_content_banner {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ff6e00;
    box-sizing: border-box;
}

.wt_content_banner span {
    display: inline-block;
    line-height: 50px;
    line-height: 50px;
    width: 120px;
    text-align: center;
    font-size: 18px;
}

.wt_content_banner span.active {
    background: #ff6e00;
    color: #fff;
}

.select_area {
    width: 80%;
    margin: 60px auto
}

.selec_area_info {
    background: #fff;
    min-height: 600px;
    position: relative;
}

.wt_body {
    width: 720px;
    margin: 0 auto;
}

.list_div {
    margin: 10px auto;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0
}

.list_div div.label {
    float: left;
    width: 20%;
    line-height: 40px;
}

.list_div div.list_content {
    float: left;
    width: 80%;
    min-height: 40px;
    position: relative;
    line-height: 40px;
}

.list_div div.list_content select {
    width: 300px;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-indent: 10px;
    border: none;
    background: #f2f2f2;
}

.check_box_list {
    float: left;
    min-width: 100px;
}

.town {
    background: #fff;
    padding: 10px;
    display: none;
    position: absolute;
    padding: 20px;
    z-index: 99;
    top: 240px;
    left: 0px;
}

.city_list {
    margin-right: 20px;
    font-weight: bold;
}

.town_list {
    margin-right: 10px;
}

.wt_area_info {}

.select_area {
    width: 300px;
    height: 35px;
    line-height: 35px;
    position: relative;
    border: none;
    background: #fff;
    text-indent: 10px;
}

.list_title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    position: relative
}

.city_show {
    position: absolute;
    line-height: 50px;
    right: 10px;
    font-size: 14px;
    font-weight: normal;
}

.listbt {
    position: absolute;
    width: 100%;
    bottom: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    margin: 0 auto;
}

.wt_confirm_btn {
    margin-left: 30%;
    cursor: pointer;
    width: 10%;
    height: 40px;
    line-height: 40px;
    background: #ff6e00;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    float: left;
}

.wt_close_btn {
    margin-left: 10%;
    cursor: pointer;
    width: 10%;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 5px;
    float: left;
}

.wt_sub {
    width: 30%;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    background: #ff6e00;
    color: #fff;
    text-align: center;
    border-radius: 5px
}

.wtvanner_title {
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: left;
    color: #fff;
    display: block;
    font-size: 48px;
    font-weight: bold;
    height: 70px
}

.wtvanner_detail {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    display: block;
    font-size: 26px;
    margin-top: 10px;
}

.rsideV02 {
    position: fixed;
    /* width: 180px; */

    height: 100%;
    right: 0;
    top: 0;
    z-index: 99;
    color: #fff;
}
.rsideV02 .barbox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    background: #118DF0;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 99;
    width: 165px;
    border-radius: 15px;
}
.rsideV02 .barbox li {
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 1px solid #888;
}
.n_hot_line {
    height: 50px;
    line-height: 50px;
    background: url(../images/phone.png) no-repeat left center;
    background-size: 30px;
    text-indent: 40px;
    font-size: 18px;
}
.n_ser_txt {
    text-indent: 40px;
}
.n_on_line {
    height: 50px;
    line-height: 50px;
    background: url(../images/message.png) no-repeat left center;
    background-size: 30px;
    text-indent: 40px;
    font-size: 18px;
}
.n_on_live {
    height: 50px;
    line-height: 50px;
    background: url(../images/zx.png) no-repeat left center;
    background-size: 30px;
    text-indent: 40px;
    font-size: 18px;
}
.n_on_z {
    height: 50px;
    line-height: 50px;
    background: url(../images/zs.png) no-repeat left center;
    background-size: 30px;
    text-indent: 40px;
    font-size: 18px;
}
.n_ser_wechat {
    width: 120px;
}
.n_ser_wechat img {
    width: 120px;
    margin: 1px;
}
.n_wechat_txt {
    font-size: 16px;
    text-align: center;
    display: block;
}